home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / libs / ttrender.lha / ttrender-2.0 / Examples / TrueView / TrueView.doc < prev    next >
Encoding:
Text File  |  2002-04-20  |  1.3 KB  |  33 lines

  1. TrueView is a simple textviewer showing the quailty of TrueType fonts
  2. rendered with ttrender.library. Parameters:
  3.  
  4. It accepts following parameter template:
  5.  
  6. FILE/A,FONTNAME=-f/K/N/A,FONTSIZE=-s/K/N,SMARTWRAP=-w/K,JUSTIFY=-j/K
  7.  
  8. FILE - Filename to load. It should be ASCII text file encoded accroding
  9. to your local "ENV:ttfcodepage". Note that without the codepage viewer
  10. will use ISO-8859-1 encoding suitable for US and most western european
  11. languages. Loading of big files (200 kB or more) may take a while.
  12.  
  13. FONTNAME - Name of font used to display the text. Should be given
  14. without ".ttf" suffix. Font will be searched in "PROGDIR:" and in
  15. "FONTS:_TrueType_Outlines/" directory.
  16.  
  17. FONTSIZE - Size of font. Too big size (bigger than 300 - 400) may stop
  18. ttrender.library to render anything.
  19.  
  20. FOLLOWING FEATURES ARE NOT FULLY IMPLEMENTED YET
  21.  
  22. SMARTWRAP - Turns smart line wrapping on. It works the same as
  23. @SMARTWRAP command in v40 AmigaGuide. Every single linefeed in text is
  24. converted to space. Two consecutive linefeeds are converted to one. This
  25. way following lines separated with one linefeed are treated as single
  26. paragraph.
  27.  
  28. JUSTIFY - Text justification - may be "left" (default), "right",
  29. "center" and "full". Note: in full justification the last line of every
  30. paragraph is left-justified.
  31.  
  32.  
  33.